From 22ac8aab98d23542fa3cc20ce8dbd55d8cee145c Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Tue, 19 Feb 2008 09:28:09 -0700 Subject: [PATCH] [IA64] Fix getvcpucontext hypercall NaT bits for r1-r31 from xc_vcpu_getcontext() are broken. HVM domain is confused by unknown Nat consumption fault after domain restore or migration. Signed-off-by: Kouya Shimura --- xen/arch/ia64/xen/domain.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/ia64/xen/domain.c b/xen/arch/ia64/xen/domain.c index 9b064cc7be..47c1e372e4 100644 --- a/xen/arch/ia64/xen/domain.c +++ b/xen/arch/ia64/xen/domain.c @@ -901,8 +901,6 @@ void arch_get_info_guest(struct vcpu *v, vcpu_guest_context_u c) * uregs->r[4-7] and memory stack or only in memory stack. * So it is ok to get them from memory stack. */ - c.nat->regs.nats = uregs->eml_unat; - if (vcpu_has_not_run(v)) { c.nat->regs.r[4] = sw->r4; c.nat->regs.r[5] = sw->r5; -- 2.30.2